home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_19 / PlaceObject2_244_36 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-07  |  126 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    this._y += n;
  3.    count++;
  4.    if(count == 80)
  5.    {
  6.       count = 0;
  7.       n = - n;
  8.    }
  9. }
  10.